[INFO] cloning repository https://github.com/germangb/raymarching-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/germangb/raymarching-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermangb%2Fraymarching-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermangb%2Fraymarching-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e202d2e8963f5be1c145f02ecab9ea828cec319c
[INFO] checking germangb/raymarching-test against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgermangb%2Fraymarching-test" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/germangb/raymarching-test
[INFO] finished tweaking git repo https://github.com/germangb/raymarching-test
[INFO] tweaked toml for git repo https://github.com/germangb/raymarching-test written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/germangb/raymarching-test on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/germangb/raymarching-test already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded imgui-sdl2 v0.6.0
[INFO] [stderr]   Downloaded cc v1.0.40
[INFO] [stderr]   Downloaded nalgebra-glm v0.4.0
[INFO] [stderr]   Downloaded imgui-opengl-renderer v0.5.0
[INFO] [stderr]   Downloaded imgui-ext-derive v0.3.0
[INFO] [stderr]   Downloaded gl v0.13.0
[INFO] [stderr]   Downloaded gl_generator v0.9.0
[INFO] [stderr]   Downloaded imgui-ext v0.3.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.1
[INFO] [stderr]   Downloaded backtrace v0.3.35
[INFO] [stderr]   Downloaded syn v1.0.4
[INFO] [stderr]   Downloaded backtrace-sys v0.1.31
[INFO] [stderr]   Downloaded imgui-sys v0.1.0
[INFO] [stderr]   Downloaded imgui v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8d3ce5b0dd62e991faf361da61f575626ddfc0b12eb2ffeaac02463adff93110
[INFO] running `Command { std: "docker" "start" "8d3ce5b0dd62e991faf361da61f575626ddfc0b12eb2ffeaac02463adff93110", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8d3ce5b0dd62e991faf361da61f575626ddfc0b12eb2ffeaac02463adff93110" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d3ce5b0dd62e991faf361da61f575626ddfc0b12eb2ffeaac02463adff93110", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8d3ce5b0dd62e991faf361da61f575626ddfc0b12eb2ffeaac02463adff93110" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling cfg-if v0.1.9
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling cc v1.0.40
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.5.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling parking_lot v0.8.0
[INFO] [stderr]     Checking smallvec v0.6.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.1
[INFO] [stderr]    Compiling khronos_api v2.2.0
[INFO] [stderr]     Checking lock_api v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]    Compiling num-complex v0.2.3
[INFO] [stderr]    Compiling sdl2-sys v0.32.6
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling imgui-sys v0.1.0
[INFO] [stderr]    Compiling syn v1.0.4
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]    Compiling backtrace v0.3.35
[INFO] [stderr]    Compiling gl_generator v0.9.0
[INFO] [stderr]     Checking rawpointer v0.1.0
[INFO] [stderr]    Compiling sdl2 v0.32.2
[INFO] [stderr]     Checking matrixmultiply v0.2.2
[INFO] [stderr]     Checking alga v0.9.1
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking generic-array v0.12.3
[INFO] [stderr]    Compiling gl v0.13.0
[INFO] [stderr]    Compiling imgui-opengl-renderer v0.5.0
[INFO] [stderr]     Checking nalgebra v0.18.0
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling imgui-ext-derive v0.3.0
[INFO] [stderr]     Checking nalgebra-glm v0.4.0
[INFO] [stderr]     Checking imgui v0.1.0
[INFO] [stderr]     Checking imgui-ext v0.3.0
[INFO] [stderr]     Checking imgui-sdl2 v0.6.0
[INFO] [stderr]     Checking volumes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/structs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/structs.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |             Event::MouseWheel { x, y, .. } => {
[INFO] [stdout]     |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mvp`
[INFO] [stdout]    --> src/structs.rs:479:17
[INFO] [stdout]     |
[INFO] [stdout] 479 |             let mvp = vp * self.volume0.world;
[INFO] [stdout]     |                 ^^^ help: if this is intentional, prefix it with an underscore: `_mvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `view` is never read
[INFO] [stdout]    --> src/structs.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | struct VolumeRenderParams {
[INFO] [stdout]     |        ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 134 |     view: Mat4,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:53
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:79
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:269:63
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&LOG);
[INFO] [stdout]     |                                                               ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&raw const LOG);
[INFO] [stdout]     |                                                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> src/structs.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/structs.rs:385:33
[INFO] [stdout]     |
[INFO] [stdout] 385 |             Event::MouseWheel { x, y, .. } => {
[INFO] [stdout]     |                                 ^ help: try ignoring the field: `x: _`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mvp`
[INFO] [stdout]    --> src/structs.rs:479:17
[INFO] [stdout]     |
[INFO] [stdout] 479 |             let mvp = vp * self.volume0.world;
[INFO] [stdout]     |                 ^^^ help: if this is intentional, prefix it with an underscore: `_mvp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `view` is never read
[INFO] [stdout]    --> src/structs.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 127 | struct VolumeRenderParams {
[INFO] [stdout]     |        ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 134 |     view: Mat4,
[INFO] [stdout]     |     ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:53
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                     ^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/structs.rs:267:79
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 check!(gl::GetShaderInfoLog(shader, LOG.len() as _, &mut len, LOG.as_mut_ptr() as *mut _));
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/structs.rs:269:63
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&LOG);
[INFO] [stdout]     |                                                               ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 269 |                     let error = std::str::from_utf8_unchecked(&raw const LOG);
[INFO] [stdout]     |                                                                +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.75s
[INFO] running `Command { std: "docker" "inspect" "8d3ce5b0dd62e991faf361da61f575626ddfc0b12eb2ffeaac02463adff93110", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d3ce5b0dd62e991faf361da61f575626ddfc0b12eb2ffeaac02463adff93110", kill_on_drop: false }`
[INFO] [stdout] 8d3ce5b0dd62e991faf361da61f575626ddfc0b12eb2ffeaac02463adff93110
